Nevron Open Vision Documentation
Nevron.Nov.Dom Namespace / NDocumentFormatRegistry<TDocumentFormat> Class
Properties Methods


In This Topic
    NDocumentFormatRegistry<TDocumentFormat> Class Members
    In This Topic

    The following tables list the members exposed by NDocumentFormatRegistry<TDocumentFormat>.

    Public Properties
     NameDescription
    Public PropertyGets or sets the name of the All files types group.  
    Public PropertyGets the default format file extension of this document format registry without the dot, for example "txt".  
    Public PropertyGets or sets the document formats contained in this registry.  
    Top
    Public Methods
     NameDescription
    Public MethodReturns true if the document format can be processed.  
    Public MethodOverloaded. Gets the file types of all supported formats.  
    Public MethodReturns the document format with the given name or null if no such document format is registered.  
    Public MethodOverloaded. Gets a document format from the specified extension and header.  
    Public MethodGets the document format from the specified file. If the file format couldn't be recognized from the given file, the default file format of the document registry is returned.  
    Public MethodGets the document format from the specified file name.  
    Public Method  
    Public MethodGets the document format from the specified stream.  
    Top
    Protected Methods
     NameDescription
    Protected MethodGets the all specific files name, for example "All Diagram Drawing Files".  
    Protected MethodGets the document type name.  
    Internal Method  
    Top
    See Also